home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / sd.dir / 00093_install.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  431 b   |  15 lines

  1. on mouseDown
  2.   global gSICDPath, gSIPathSep, gSISystem, gSIHWnd, gSIHParentWnd, gSIShowWindow
  3.   if hPressButton() then
  4.     go("Finished")
  5.     HSStatePut("sd", "installed", "1")
  6.     set vFile to "-f" & gSICDPath & "wsw" & gSIPathSep & "wsw.dat"
  7.     set vEXE to gSICDPath & "setup"
  8.     updateStage()
  9.     if gSISystem = "WIN" then
  10.       set vTmp to gSIShowWindow(mCall, gSIHParentWnd, 6)
  11.     end if
  12.     open(vFile, vEXE)
  13.   end if
  14. end
  15.